projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4992d
)
Add a rename-to annotation for gtk_tree_path_get_indices_with_depth
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Sep 2010 05:15:17 +0000
(
01:15
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Sep 2010 05:15:17 +0000
(
01:15
-0400)
https://bugzilla.gnome.org/show_bug.cgi?id=621590
gtk/gtktreemodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreemodel.c
b/gtk/gtktreemodel.c
index 15b978f363e44dc0bd1dfb5f9f5e181776af567f..d80cc3a1c5f0493a625e63e44c351cfafabb6c46 100644
(file)
--- a/
gtk/gtktreemodel.c
+++ b/
gtk/gtktreemodel.c
@@
-634,6
+634,8
@@
gtk_tree_path_get_indices (GtkTreePath *path)
* Return value: (array length=depth) (transfer none): The current indices, or %NULL.
*
* Since: 3.0
+ *
+ * Rename to: gtk_tree_path_get_indices
**/
gint *
gtk_tree_path_get_indices_with_depth (GtkTreePath *path, gint *depth)